Html Css Color HEX #247C35 Japanese Laurel

📋 copy color: '#247C35'

red 36 ◦ green 124 ◦ blue 53

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

Shades of Japanese Laurel #247C35

Tints of Japanese Laurel #247C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.88%

R = 16.9%
G = 58.22%
B = 24.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#247C35 (or 0x247C35) is known color: Japanese Laurel. HEX triplet: 24, 7C and 35. RGB value is (36,124,53). Sum of RGB (Red+Green+Blue) = 36+124+53=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #247C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C35 is #DB83CA. Grayscale: #595959. Windows color (decimal): -14386123 or 3505188. OLE color: 3505188.

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

Color convert

RGB 36 124 53 -
CMYK 0.71 0 0.57 0.51
HSL 131.59º 0.55% 0.31% -
HSV(B) 131.59º 0.71% 0.49% -
XYZ 8.58 15.05 5.82 -
YUV 89.59 107.35 89.77 -
System Red Green Blue C M Y K H S L
Decimal 36 124 53 0.71 0 0.57 0.51 131.59 0.55 0.31
Hex 24 7C 35 47 0 39 33 84 37 1F
Octal 44 174 65 107 0 71 63 204 67 37
Binary 100100 1111100 110101 1000111 0 111001 110011 10000100 110111 11111

Color Harmonies of #247C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C35

Black with #247C35

Text Example


Text Example

White with #247C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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