Html Css Color HEX #247C2F Japanese Laurel

📋 copy color: '#247C2F'

red 36 ◦ green 124 ◦ blue 47

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

Shades of Japanese Laurel #247C2F

Tints of Japanese Laurel #247C2F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 59.9%

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

R = 17.39%
G = 59.9%
B = 22.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#247C2F (or 0x247C2F) is known color: Japanese Laurel. HEX triplet: 24, 7C and 2F. RGB value is (36,124,47). Sum of RGB (Red+Green+Blue) = 36+124+47=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #247C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C2F is #DB83D0. Grayscale: #595959. Windows color (decimal): -14386129 or 3111972. OLE color: 3111972.

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

Color convert

RGB 36 124 47 -
CMYK 0.71 0 0.62 0.51
HSL 127.5º 0.55% 0.31% -
HSV(B) 127.5º 0.71% 0.49% -
XYZ 8.45 15 5.14 -
YUV 88.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 36 124 47 0.71 0 0.62 0.51 127.5 0.55 0.31
Hex 24 7C 2F 47 0 3E 33 80 37 1F
Octal 44 174 57 107 0 76 63 200 67 37
Binary 100100 1111100 101111 1000111 0 111110 110011 10000000 110111 11111

Color Harmonies of #247C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C2F

Black with #247C2F

Text Example


Text Example

White with #247C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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