Html Css Color HEX #248139 Japanese Laurel

📋 copy color: '#248139'

red 36 ◦ green 129 ◦ blue 57

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

Shades of Japanese Laurel #248139

Tints of Japanese Laurel #248139

RGB

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

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

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

R = 16.22%
G = 58.11%
B = 25.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#248139 (or 0x248139) is known color: Japanese Laurel. HEX triplet: 24, 81 and 39. RGB value is (36,129,57). Sum of RGB (Red+Green+Blue) = 36+129+57=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #248139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248139 is #DB7EC6. Grayscale: #5D5D5D. Windows color (decimal): -14384839 or 3768612. OLE color: 3768612.

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

Color convert

RGB 36 129 57 -
CMYK 0.72 0 0.56 0.49
HSL 133.55º 0.56% 0.32% -
HSV(B) 133.55º 0.72% 0.51% -
XYZ 9.32 16.37 6.54 -
YUV 92.99 107.69 87.35 -
System Red Green Blue C M Y K H S L
Decimal 36 129 57 0.72 0 0.56 0.49 133.55 0.56 0.32
Hex 24 81 39 48 0 38 31 86 38 20
Octal 44 201 71 110 0 70 61 206 70 40
Binary 100100 10000001 111001 1001000 0 111000 110001 10000110 111000 100000

Color Harmonies of #248139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248139

Black with #248139

Text Example


Text Example

White with #248139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248139; }

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

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

background-color css

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

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

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

border-color css

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

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

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