Html Css Color HEX #248431 Japanese Laurel

📋 copy color: '#248431'

red 36 ◦ green 132 ◦ blue 49

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

Shades of Japanese Laurel #248431

Tints of Japanese Laurel #248431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.83%

 BLUE value IS 49 (19.53% from 255) = 22.58%

R = 16.59%
G = 60.83%
B = 22.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#248431 (or 0x248431) is known color: Japanese Laurel. HEX triplet: 24, 84 and 31. RGB value is (36,132,49). Sum of RGB (Red+Green+Blue) = 36+132+49=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #248431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248431 is #DB7BCE. Grayscale: #5E5E5E. Windows color (decimal): -14384079 or 3245092. OLE color: 3245092.

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

Color convert

RGB 36 132 49 -
CMYK 0.73 0 0.63 0.48
HSL 128.13º 0.57% 0.33% -
HSV(B) 128.13º 0.73% 0.52% -
XYZ 9.53 17.1 5.7 -
YUV 93.83 102.7 86.75 -
System Red Green Blue C M Y K H S L
Decimal 36 132 49 0.73 0 0.63 0.48 128.13 0.57 0.33
Hex 24 84 31 49 0 3F 30 80 39 21
Octal 44 204 61 111 0 77 60 200 71 41
Binary 100100 10000100 110001 1001001 0 111111 110000 10000000 111001 100001

Color Harmonies of #248431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248431

Black with #248431

Text Example


Text Example

White with #248431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248431; }

 p { color: rgb(36,132,49); }

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

background-color css

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

 a { background-color: rgb(36,132,49); }

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

border-color css

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

 span { border-color: rgb(36,132,49); }

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