Html Css Color HEX #248039 Japanese Laurel

📋 copy color: '#248039'

red 36 ◦ green 128 ◦ blue 57

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

Shades of Japanese Laurel #248039

Tints of Japanese Laurel #248039

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.92%

 BLUE value IS 57 (22.66% from 255) = 25.79%

R = 16.29%
G = 57.92%
B = 25.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#248039 (or 0x248039) is known color: Japanese Laurel. HEX triplet: 24, 80 and 39. RGB value is (36,128,57). Sum of RGB (Red+Green+Blue) = 36+128+57=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #248039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248039 is #DB7FC6. Grayscale: #5C5C5C. Windows color (decimal): -14385095 or 3768356. OLE color: 3768356.

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

Color convert

RGB 36 128 57 -
CMYK 0.72 0 0.55 0.50
HSL 133.7º 0.56% 0.32% -
HSV(B) 133.7º 0.72% 0.5% -
XYZ 9.19 16.11 6.5 -
YUV 92.4 108.02 87.77 -
System Red Green Blue C M Y K H S L
Decimal 36 128 57 0.72 0 0.55 0.50 133.7 0.56 0.32
Hex 24 80 39 48 0 37 32 86 38 20
Octal 44 200 71 110 0 67 62 206 70 40
Binary 100100 10000000 111001 1001000 0 110111 110010 10000110 111000 100000

Color Harmonies of #248039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248039

Black with #248039

Text Example


Text Example

White with #248039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248039; }

 p { color: rgb(36,128,57); }

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

background-color css

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

 a { background-color: rgb(36,128,57); }

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

border-color css

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

 span { border-color: rgb(36,128,57); }

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