Html Css Color HEX #258139 Japanese Laurel

📋 copy color: '#258139'

red 37 ◦ green 129 ◦ blue 57

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

Shades of Japanese Laurel #258139

Tints of Japanese Laurel #258139

RGB

 RED value IS 37 (14.84% from 255) = 16.59%

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

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

R = 16.59%
G = 57.85%
B = 25.56%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#258139 (or 0x258139) is known color: Japanese Laurel. HEX triplet: 25, 81 and 39. RGB value is (37,129,57). Sum of RGB (Red+Green+Blue) = 37+129+57=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #258139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258139 is #DA7EC6. Grayscale: #5D5D5D. Windows color (decimal): -14319303 or 3768613. OLE color: 3768613.

HSL color Cylindrical-coordinate representation of color #258139: hue angle of 133.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258139 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 129 57 -
CMYK 0.71 0 0.56 0.49
HSL 133.04º 0.55% 0.33% -
HSV(B) 133.04º 0.71% 0.51% -
XYZ 9.35 16.39 6.54 -
YUV 93.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 37 129 57 0.71 0 0.56 0.49 133.04 0.55 0.33
Hex 25 81 39 47 0 38 31 85 37 21
Octal 45 201 71 107 0 70 61 205 67 41
Binary 100101 10000001 111001 1000111 0 111000 110001 10000101 110111 100001

Color Harmonies of #258139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258139

Black with #258139

Text Example


Text Example

White with #258139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258139; }

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

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

background-color css

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

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

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

border-color css

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

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

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