Html Css Color HEX #248539 Japanese Laurel

📋 copy color: '#248539'

red 36 ◦ green 133 ◦ blue 57

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

Shades of Japanese Laurel #248539

Tints of Japanese Laurel #248539

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.85%

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

R = 15.93%
G = 58.85%
B = 25.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#248539 (or 0x248539) is known color: Japanese Laurel. HEX triplet: 24, 85 and 39. RGB value is (36,133,57). Sum of RGB (Red+Green+Blue) = 36+133+57=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #248539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248539 is #DB7AC6. Grayscale: #5F5F5F. Windows color (decimal): -14383815 or 3769636. OLE color: 3769636.

HSL color Cylindrical-coordinate representation of color #248539: hue angle of 132.99º 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 #248539 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 57 -
CMYK 0.73 0 0.57 0.48
HSL 132.99º 0.57% 0.33% -
HSV(B) 132.99º 0.73% 0.52% -
XYZ 9.85 17.45 6.72 -
YUV 95.33 106.36 85.68 -
System Red Green Blue C M Y K H S L
Decimal 36 133 57 0.73 0 0.57 0.48 132.99 0.57 0.33
Hex 24 85 39 49 0 39 30 85 39 21
Octal 44 205 71 111 0 71 60 205 71 41
Binary 100100 10000101 111001 1001001 0 111001 110000 10000101 111001 100001

Color Harmonies of #248539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248539

Black with #248539

Text Example


Text Example

White with #248539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248539; }

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

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

background-color css

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

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

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

border-color css

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

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

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