Html Css Color HEX #247E2D Japanese Laurel

📋 copy color: '#247E2D'

red 36 ◦ green 126 ◦ blue 45

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

Shades of Japanese Laurel #247E2D

Tints of Japanese Laurel #247E2D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 60.87%

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

R = 17.39%
G = 60.87%
B = 21.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#247E2D (or 0x247E2D) is known color: Japanese Laurel. HEX triplet: 24, 7E and 2D. RGB value is (36,126,45). Sum of RGB (Red+Green+Blue) = 36+126+45=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 126 (49.61% from 255 or 60.87% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 126 - color contains mainly: green. Hex color #247E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247E2D is #DB81D2. Grayscale: #5A5A5A. Windows color (decimal): -14385619 or 2981412. OLE color: 2981412.

HSL color Cylindrical-coordinate representation of color #247E2D: hue angle of 126º degrees, saturation: 0.56, 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 #247E2D is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 126 45 -
CMYK 0.71 0 0.64 0.51
HSL 126º 0.56% 0.32% -
HSV(B) 126º 0.71% 0.49% -
XYZ 8.66 15.49 5.02 -
YUV 89.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 36 126 45 0.71 0 0.64 0.51 126 0.56 0.32
Hex 24 7E 2D 47 0 40 33 7E 38 20
Octal 44 176 55 107 0 100 63 176 70 40
Binary 100100 1111110 101101 1000111 0 1000000 110011 1111110 111000 100000

Color Harmonies of #247E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247E2D

Black with #247E2D

Text Example


Text Example

White with #247E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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