Html Css Color HEX #247F2D Japanese Laurel

📋 copy color: '#247F2D'

red 36 ◦ green 127 ◦ blue 45

#247F2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #247F2D

Tints of Japanese Laurel #247F2D

RGB

 RED value IS 36 (14.45% from 255) = 17.31%

 GREEN value IS 127 (50% from 255) = 61.06%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 17.31%
G = 61.06%
B = 21.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#247F2D (or 0x247F2D) is known color: Japanese Laurel. HEX triplet: 24, 7F and 2D. RGB value is (36,127,45). Sum of RGB (Red+Green+Blue) = 36+127+45=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 127 (50% from 255 or 61.06% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 127 - color contains mainly: green. Hex color #247F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247F2D is #DB80D2. Grayscale: #5A5A5A. Windows color (decimal): -14385363 or 2981668. OLE color: 2981668.

HSL color Cylindrical-coordinate representation of color #247F2D: hue angle of 125.93º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F2D is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 127 45 -
CMYK 0.72 0 0.65 0.50
HSL 125.93º 0.56% 0.32% -
HSV(B) 125.93º 0.72% 0.5% -
XYZ 8.79 15.74 5.06 -
YUV 90.44 102.35 89.17 -
System Red Green Blue C M Y K H S L
Decimal 36 127 45 0.72 0 0.65 0.50 125.93 0.56 0.32
Hex 24 7F 2D 48 0 41 32 7E 38 20
Octal 44 177 55 110 0 101 62 176 70 40
Binary 100100 1111111 101101 1001000 0 1000001 110010 1111110 111000 100000

Color Harmonies of #247F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247F2D

Black with #247F2D

Text Example


Text Example

White with #247F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247F2D; }

 p { color: rgb(36,127,45); }

 H1.HeaderClassName
 {
   color: #247F2D;
 }
 .AnyTagClassName
 {
   color: #247F2D;
 }
</style>

background-color css

<style>
 a { background-color: #247F2D; }

 a { background-color: rgb(36,127,45); }

 div.DivClassName
 {
   background-color: #247F2D;
 }
 .BgClassName
 {
   background-color: #247F2D;
 }
</style>

border-color css

<style>
 span { border-color: #247F2D; }

 span { border-color: rgb(36,127,45); }

 td.TdClassName
 {
   border-color: #247F2D;
 }
 .TagClassName
 {
   border-color: #247F2D;
 }
</style>