Html Css Color HEX #258238 Japanese Laurel

📋 copy color: '#258238'

red 37 ◦ green 130 ◦ blue 56

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

Shades of Japanese Laurel #258238

Tints of Japanese Laurel #258238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 16.59%
G = 58.3%
B = 25.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#258238 (or 0x258238) is known color: Japanese Laurel. HEX triplet: 25, 82 and 38. RGB value is (37,130,56). Sum of RGB (Red+Green+Blue) = 37+130+56=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #258238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258238 is #DA7DC7. Grayscale: #5D5D5D. Windows color (decimal): -14319048 or 3703333. OLE color: 3703333.

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

Color convert

RGB 37 130 56 -
CMYK 0.72 0 0.57 0.49
HSL 132.26º 0.56% 0.33% -
HSV(B) 132.26º 0.72% 0.51% -
XYZ 9.46 16.64 6.46 -
YUV 93.76 106.69 87.52 -
System Red Green Blue C M Y K H S L
Decimal 37 130 56 0.72 0 0.57 0.49 132.26 0.56 0.33
Hex 25 82 38 48 0 39 31 84 38 21
Octal 45 202 70 110 0 71 61 204 70 41
Binary 100101 10000010 111000 1001000 0 111001 110001 10000100 111000 100001

Color Harmonies of #258238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258238

Black with #258238

Text Example


Text Example

White with #258238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258238; }

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

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

background-color css

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

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

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

border-color css

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

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

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