Html Css Color HEX #258237 Japanese Laurel

📋 copy color: '#258237'

red 37 ◦ green 130 ◦ blue 55

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

Shades of Japanese Laurel #258237

Tints of Japanese Laurel #258237

RGB

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

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

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

R = 16.67%
G = 58.56%
B = 24.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#258237 (or 0x258237) is known color: Japanese Laurel. HEX triplet: 25, 82 and 37. RGB value is (37,130,55). Sum of RGB (Red+Green+Blue) = 37+130+55=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #258237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258237 is #DA7DC8. Grayscale: #5D5D5D. Windows color (decimal): -14319049 or 3637797. OLE color: 3637797.

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

Color convert

RGB 37 130 55 -
CMYK 0.72 0 0.58 0.49
HSL 131.61º 0.56% 0.33% -
HSV(B) 131.61º 0.72% 0.51% -
XYZ 9.44 16.63 6.33 -
YUV 93.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 37 130 55 0.72 0 0.58 0.49 131.61 0.56 0.33
Hex 25 82 37 48 0 3A 31 84 38 21
Octal 45 202 67 110 0 72 61 204 70 41
Binary 100101 10000010 110111 1001000 0 111010 110001 10000100 111000 100001

Color Harmonies of #258237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258237

Black with #258237

Text Example


Text Example

White with #258237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258237; }

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

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

background-color css

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

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

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

border-color css

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

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

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