Html Css Color HEX #247A2D Japanese Laurel

📋 copy color: '#247A2D'

red 36 ◦ green 122 ◦ blue 45

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

Shades of Japanese Laurel #247A2D

Tints of Japanese Laurel #247A2D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 60.1%

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

R = 17.73%
G = 60.1%
B = 22.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#247A2D (or 0x247A2D) is known color: Japanese Laurel. HEX triplet: 24, 7A and 2D. RGB value is (36,122,45). Sum of RGB (Red+Green+Blue) = 36+122+45=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #247A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247A2D is #DB85D2. Grayscale: #575757. Windows color (decimal): -14386643 or 2980388. OLE color: 2980388.

HSL color Cylindrical-coordinate representation of color #247A2D: hue angle of 126.28º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247A2D is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB 36 122 45 -
CMYK 0.70 0 0.63 0.52
HSL 126.28º 0.54% 0.31% -
HSV(B) 126.28º 0.7% 0.48% -
XYZ 8.16 14.48 4.85 -
YUV 87.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 36 122 45 0.70 0 0.63 0.52 126.28 0.54 0.31
Hex 24 7A 2D 46 0 3F 34 7E 36 1F
Octal 44 172 55 106 0 77 64 176 66 37
Binary 100100 1111010 101101 1000110 0 111111 110100 1111110 110110 11111

Color Harmonies of #247A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247A2D

Black with #247A2D

Text Example


Text Example

White with #247A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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