Html Css Color HEX #248639 Japanese Laurel

📋 copy color: '#248639'

red 36 ◦ green 134 ◦ blue 57

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

Shades of Japanese Laurel #248639

Tints of Japanese Laurel #248639

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.03%

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

R = 15.86%
G = 59.03%
B = 25.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#248639 (or 0x248639) is known color: Japanese Laurel. HEX triplet: 24, 86 and 39. RGB value is (36,134,57). Sum of RGB (Red+Green+Blue) = 36+134+57=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #248639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248639 is #DB79C6. Grayscale: #606060. Windows color (decimal): -14383559 or 3769892. OLE color: 3769892.

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

Color convert

RGB 36 134 57 -
CMYK 0.73 0 0.57 0.47
HSL 132.86º 0.58% 0.33% -
HSV(B) 132.86º 0.73% 0.53% -
XYZ 9.99 17.72 6.76 -
YUV 95.92 106.03 85.26 -
System Red Green Blue C M Y K H S L
Decimal 36 134 57 0.73 0 0.57 0.47 132.86 0.58 0.33
Hex 24 86 39 49 0 39 2F 85 3A 21
Octal 44 206 71 111 0 71 57 205 72 41
Binary 100100 10000110 111001 1001001 0 111001 101111 10000101 111010 100001

Color Harmonies of #248639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248639

Black with #248639

Text Example


Text Example

White with #248639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248639; }

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

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

background-color css

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

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

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

border-color css

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

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

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