Html Css Color HEX #247F34 Japanese Laurel

📋 copy color: '#247F34'

red 36 ◦ green 127 ◦ blue 52

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

Shades of Japanese Laurel #247F34

Tints of Japanese Laurel #247F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.19%

R = 16.74%
G = 59.07%
B = 24.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#247F34 (or 0x247F34) is known color: Japanese Laurel. HEX triplet: 24, 7F and 34. RGB value is (36,127,52). Sum of RGB (Red+Green+Blue) = 36+127+52=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #247F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247F34 is #DB80CB. Grayscale: #5B5B5B. Windows color (decimal): -14385356 or 3440420. OLE color: 3440420.

HSL color Cylindrical-coordinate representation of color #247F34: hue angle of 130.55º 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 #247F34 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 127 52 -
CMYK 0.72 0 0.59 0.50
HSL 130.55º 0.56% 0.32% -
HSV(B) 130.55º 0.72% 0.5% -
XYZ 8.94 15.8 5.83 -
YUV 91.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 36 127 52 0.72 0 0.59 0.50 130.55 0.56 0.32
Hex 24 7F 34 48 0 3B 32 83 38 20
Octal 44 177 64 110 0 73 62 203 70 40
Binary 100100 1111111 110100 1001000 0 111011 110010 10000011 111000 100000

Color Harmonies of #247F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247F34

Black with #247F34

Text Example


Text Example

White with #247F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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