Html Css Color HEX #248132 Japanese Laurel

📋 copy color: '#248132'

red 36 ◦ green 129 ◦ blue 50

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

Shades of Japanese Laurel #248132

Tints of Japanese Laurel #248132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60%

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

R = 16.74%
G = 60%
B = 23.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#248132 (or 0x248132) is known color: Japanese Laurel. HEX triplet: 24, 81 and 32. RGB value is (36,129,50). Sum of RGB (Red+Green+Blue) = 36+129+50=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #248132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248132 is #DB7ECD. Grayscale: #5C5C5C. Windows color (decimal): -14384846 or 3309860. OLE color: 3309860.

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

Color convert

RGB 36 129 50 -
CMYK 0.72 0 0.61 0.49
HSL 129.03º 0.56% 0.32% -
HSV(B) 129.03º 0.72% 0.51% -
XYZ 9.15 16.31 5.68 -
YUV 92.19 104.19 87.92 -
System Red Green Blue C M Y K H S L
Decimal 36 129 50 0.72 0 0.61 0.49 129.03 0.56 0.32
Hex 24 81 32 48 0 3D 31 81 38 20
Octal 44 201 62 110 0 75 61 201 70 40
Binary 100100 10000001 110010 1001000 0 111101 110001 10000001 111000 100000

Color Harmonies of #248132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248132

Black with #248132

Text Example


Text Example

White with #248132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248132; }

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

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

background-color css

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

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

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

border-color css

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

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

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