Html Css Color HEX #258239 Japanese Laurel

📋 copy color: '#258239'

red 37 ◦ green 130 ◦ blue 57

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

Shades of Japanese Laurel #258239

Tints of Japanese Laurel #258239

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.04%

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

R = 16.52%
G = 58.04%
B = 25.45%

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

#258239 (or 0x258239) is known color: Japanese Laurel. HEX triplet: 25, 82 and 39. RGB value is (37,130,57). Sum of RGB (Red+Green+Blue) = 37+130+57=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #258239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258239 is #DA7DC6. Grayscale: #5E5E5E. Windows color (decimal): -14319047 or 3768869. OLE color: 3768869.

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

Color convert

RGB 37 130 57 -
CMYK 0.72 0 0.56 0.49
HSL 132.9º 0.56% 0.33% -
HSV(B) 132.9º 0.72% 0.51% -
XYZ 9.48 16.65 6.59 -
YUV 93.87 107.19 87.44 -
System Red Green Blue C M Y K H S L
Decimal 37 130 57 0.72 0 0.56 0.49 132.9 0.56 0.33
Hex 25 82 39 48 0 38 31 85 38 21
Octal 45 202 71 110 0 70 61 205 70 41
Binary 100101 10000010 111001 1001000 0 111000 110001 10000101 111000 100001

Color Harmonies of #258239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258239

Black with #258239

Text Example


Text Example

White with #258239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258239; }

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

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

background-color css

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

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

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

border-color css

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

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

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