Html Css Color HEX #247D31 Japanese Laurel

📋 copy color: '#247D31'

red 36 ◦ green 125 ◦ blue 49

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

Shades of Japanese Laurel #247D31

Tints of Japanese Laurel #247D31

RGB

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

 GREEN value IS 125 (49.22% from 255) = 59.52%

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 17.14%
G = 59.52%
B = 23.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#247D31 (or 0x247D31) is known color: Japanese Laurel. HEX triplet: 24, 7D and 31. RGB value is (36,125,49). Sum of RGB (Red+Green+Blue) = 36+125+49=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 125 (49.22% from 255 or 59.52% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 125 - color contains mainly: green. Hex color #247D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247D31 is #DB82CE. Grayscale: #595959. Windows color (decimal): -14385871 or 3243300. OLE color: 3243300.

HSL color Cylindrical-coordinate representation of color #247D31: hue angle of 128.76º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247D31 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 125 49 -
CMYK 0.71 0 0.61 0.51
HSL 128.76º 0.55% 0.32% -
HSV(B) 128.76º 0.71% 0.49% -
XYZ 8.62 15.26 5.4 -
YUV 89.73 105.01 89.68 -
System Red Green Blue C M Y K H S L
Decimal 36 125 49 0.71 0 0.61 0.51 128.76 0.55 0.32
Hex 24 7D 31 47 0 3D 33 81 37 20
Octal 44 175 61 107 0 75 63 201 67 40
Binary 100100 1111101 110001 1000111 0 111101 110011 10000001 110111 100000

Color Harmonies of #247D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247D31

Black with #247D31

Text Example


Text Example

White with #247D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,125,49); }

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

background-color css

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

 a { background-color: rgb(36,125,49); }

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

border-color css

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

 span { border-color: rgb(36,125,49); }

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