Html Css Color HEX #247C2D Japanese Laurel

📋 copy color: '#247C2D'

red 36 ◦ green 124 ◦ blue 45

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

Shades of Japanese Laurel #247C2D

Tints of Japanese Laurel #247C2D

RGB

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

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

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

R = 17.56%
G = 60.49%
B = 21.95%

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

#247C2D (or 0x247C2D) is known color: Japanese Laurel. HEX triplet: 24, 7C and 2D. RGB value is (36,124,45). Sum of RGB (Red+Green+Blue) = 36+124+45=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #247C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C2D is #DB83D2. Grayscale: #585858. Windows color (decimal): -14386131 or 2980900. OLE color: 2980900.

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

Color convert

RGB 36 124 45 -
CMYK 0.71 0 0.64 0.51
HSL 126.14º 0.55% 0.31% -
HSV(B) 126.14º 0.71% 0.49% -
XYZ 8.41 14.98 4.93 -
YUV 88.68 103.35 90.42 -
System Red Green Blue C M Y K H S L
Decimal 36 124 45 0.71 0 0.64 0.51 126.14 0.55 0.31
Hex 24 7C 2D 47 0 40 33 7E 37 1F
Octal 44 174 55 107 0 100 63 176 67 37
Binary 100100 1111100 101101 1000111 0 1000000 110011 1111110 110111 11111

Color Harmonies of #247C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C2D

Black with #247C2D

Text Example


Text Example

White with #247C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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