Html Css Color HEX #247C2E Japanese Laurel

📋 copy color: '#247C2E'

red 36 ◦ green 124 ◦ blue 46

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

Shades of Japanese Laurel #247C2E

Tints of Japanese Laurel #247C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 17.48%
G = 60.19%
B = 22.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#247C2E (or 0x247C2E) is known color: Japanese Laurel. HEX triplet: 24, 7C and 2E. RGB value is (36,124,46). Sum of RGB (Red+Green+Blue) = 36+124+46=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #247C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C2E is #DB83D1. Grayscale: #595959. Windows color (decimal): -14386130 or 3046436. OLE color: 3046436.

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

Color convert

RGB 36 124 46 -
CMYK 0.71 0 0.63 0.51
HSL 126.82º 0.55% 0.31% -
HSV(B) 126.82º 0.71% 0.49% -
XYZ 8.43 14.99 5.03 -
YUV 88.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 36 124 46 0.71 0 0.63 0.51 126.82 0.55 0.31
Hex 24 7C 2E 47 0 3F 33 7F 37 1F
Octal 44 174 56 107 0 77 63 177 67 37
Binary 100100 1111100 101110 1000111 0 111111 110011 1111111 110111 11111

Color Harmonies of #247C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C2E

Black with #247C2E

Text Example


Text Example

White with #247C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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