Html Css Color HEX #247A2F Japanese Laurel

📋 copy color: '#247A2F'

red 36 ◦ green 122 ◦ blue 47

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

Shades of Japanese Laurel #247A2F

Tints of Japanese Laurel #247A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 17.56%
G = 59.51%
B = 22.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#247A2F (or 0x247A2F) is known color: Japanese Laurel. HEX triplet: 24, 7A and 2F. RGB value is (36,122,47). Sum of RGB (Red+Green+Blue) = 36+122+47=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #247A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247A2F is #DB85D0. Grayscale: #575757. Windows color (decimal): -14386641 or 3111460. OLE color: 3111460.

HSL color Cylindrical-coordinate representation of color #247A2F: hue angle of 127.67º 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 #247A2F is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB 36 122 47 -
CMYK 0.70 0 0.61 0.52
HSL 127.67º 0.54% 0.31% -
HSV(B) 127.67º 0.7% 0.48% -
XYZ 8.2 14.5 5.06 -
YUV 87.74 105.01 91.1 -
System Red Green Blue C M Y K H S L
Decimal 36 122 47 0.70 0 0.61 0.52 127.67 0.54 0.31
Hex 24 7A 2F 46 0 3D 34 80 36 1F
Octal 44 172 57 106 0 75 64 200 66 37
Binary 100100 1111010 101111 1000110 0 111101 110100 10000000 110110 11111

Color Harmonies of #247A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247A2F

Black with #247A2F

Text Example


Text Example

White with #247A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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