Html Css Color HEX #248131 Japanese Laurel

📋 copy color: '#248131'

red 36 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #248131

Tints of Japanese Laurel #248131

RGB

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

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

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

R = 16.82%
G = 60.28%
B = 22.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#248131 (or 0x248131) is known color: Japanese Laurel. HEX triplet: 24, 81 and 31. RGB value is (36,129,49). Sum of RGB (Red+Green+Blue) = 36+129+49=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #248131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248131 is #DB7ECE. Grayscale: #5C5C5C. Windows color (decimal): -14384847 or 3244324. OLE color: 3244324.

HSL color Cylindrical-coordinate representation of color #248131: hue angle of 128.39º 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 #248131 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 129 49 -
CMYK 0.72 0 0.62 0.49
HSL 128.39º 0.56% 0.32% -
HSV(B) 128.39º 0.72% 0.51% -
XYZ 9.13 16.3 5.57 -
YUV 92.07 103.69 88 -
System Red Green Blue C M Y K H S L
Decimal 36 129 49 0.72 0 0.62 0.49 128.39 0.56 0.32
Hex 24 81 31 48 0 3E 31 80 38 20
Octal 44 201 61 110 0 76 61 200 70 40
Binary 100100 10000001 110001 1001000 0 111110 110001 10000000 111000 100000

Color Harmonies of #248131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248131

Black with #248131

Text Example


Text Example

White with #248131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248131; }

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

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

background-color css

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

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

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

border-color css

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

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

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