Html Css Color HEX #248537 Japanese Laurel

📋 copy color: '#248537'

red 36 ◦ green 133 ◦ blue 55

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

Shades of Japanese Laurel #248537

Tints of Japanese Laurel #248537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.55%

R = 16.07%
G = 59.38%
B = 24.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#248537 (or 0x248537) is known color: Japanese Laurel. HEX triplet: 24, 85 and 37. RGB value is (36,133,55). Sum of RGB (Red+Green+Blue) = 36+133+55=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #248537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248537 is #DB7AC8. Grayscale: #5F5F5F. Windows color (decimal): -14383817 or 3638564. OLE color: 3638564.

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

Color convert

RGB 36 133 55 -
CMYK 0.73 0 0.59 0.48
HSL 131.75º 0.57% 0.33% -
HSV(B) 131.75º 0.73% 0.52% -
XYZ 9.8 17.43 6.46 -
YUV 95.11 105.36 85.84 -
System Red Green Blue C M Y K H S L
Decimal 36 133 55 0.73 0 0.59 0.48 131.75 0.57 0.33
Hex 24 85 37 49 0 3B 30 84 39 21
Octal 44 205 67 111 0 73 60 204 71 41
Binary 100100 10000101 110111 1001001 0 111011 110000 10000100 111001 100001

Color Harmonies of #248537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248537

Black with #248537

Text Example


Text Example

White with #248537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248537; }

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

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

background-color css

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

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

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

border-color css

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

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

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