Html Css Color HEX #248332 Japanese Laurel

📋 copy color: '#248332'

red 36 ◦ green 131 ◦ blue 50

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

Shades of Japanese Laurel #248332

Tints of Japanese Laurel #248332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.37%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 16.59%
G = 60.37%
B = 23.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#248332 (or 0x248332) is known color: Japanese Laurel. HEX triplet: 24, 83 and 32. RGB value is (36,131,50). Sum of RGB (Red+Green+Blue) = 36+131+50=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #248332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248332 is #DB7CCD. Grayscale: #5D5D5D. Windows color (decimal): -14384334 or 3310372. OLE color: 3310372.

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

Color convert

RGB 36 131 50 -
CMYK 0.73 0 0.62 0.49
HSL 128.84º 0.57% 0.33% -
HSV(B) 128.84º 0.73% 0.51% -
XYZ 9.42 16.84 5.77 -
YUV 93.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 36 131 50 0.73 0 0.62 0.49 128.84 0.57 0.33
Hex 24 83 32 49 0 3E 31 81 39 21
Octal 44 203 62 111 0 76 61 201 71 41
Binary 100100 10000011 110010 1001001 0 111110 110001 10000001 111001 100001

Color Harmonies of #248332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248332

Black with #248332

Text Example


Text Example

White with #248332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248332; }

 p { color: rgb(36,131,50); }

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

background-color css

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

 a { background-color: rgb(36,131,50); }

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

border-color css

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

 span { border-color: rgb(36,131,50); }

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