Html Css Color HEX #248236 Japanese Laurel

📋 copy color: '#248236'

red 36 ◦ green 130 ◦ blue 54

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

Shades of Japanese Laurel #248236

Tints of Japanese Laurel #248236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.09%

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 16.36%
G = 59.09%
B = 24.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#248236 (or 0x248236) is known color: Japanese Laurel. HEX triplet: 24, 82 and 36. RGB value is (36,130,54). Sum of RGB (Red+Green+Blue) = 36+130+54=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #248236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248236 is #DB7DC9. Grayscale: #5D5D5D. Windows color (decimal): -14384586 or 3572260. OLE color: 3572260.

HSL color Cylindrical-coordinate representation of color #248236: hue angle of 131.49º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248236 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 130 54 -
CMYK 0.72 0 0.58 0.49
HSL 131.49º 0.57% 0.33% -
HSV(B) 131.49º 0.72% 0.51% -
XYZ 9.38 16.61 6.2 -
YUV 93.23 105.86 87.18 -
System Red Green Blue C M Y K H S L
Decimal 36 130 54 0.72 0 0.58 0.49 131.49 0.57 0.33
Hex 24 82 36 48 0 3A 31 83 39 21
Octal 44 202 66 110 0 72 61 203 71 41
Binary 100100 10000010 110110 1001000 0 111010 110001 10000011 111001 100001

Color Harmonies of #248236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248236

Black with #248236

Text Example


Text Example

White with #248236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248236; }

 p { color: rgb(36,130,54); }

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

background-color css

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

 a { background-color: rgb(36,130,54); }

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

border-color css

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

 span { border-color: rgb(36,130,54); }

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