Html Css Color HEX #258B01 Forest Green

📋 copy color: '#258B01'

red 37 ◦ green 139 ◦ blue 1

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

Shades of Forest Green #258B01

Tints of Forest Green #258B01

RGB

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

 GREEN value IS 139 (54.69% from 255) = 78.53%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 20.9%
G = 78.53%
B = 0.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#258B01 (or 0x258B01) is known color: Forest Green. HEX triplet: 25, 8B and 01. RGB value is (37,139,1). Sum of RGB (Red+Green+Blue) = 37+139+1=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 139 (54.69% from 255 or 78.53% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 139 - color contains mainly: green. Hex color #258B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258B01 is #DA74FE. Grayscale: #5D5D5D. Windows color (decimal): -14316799 or 101157. OLE color: 101157.

HSL color Cylindrical-coordinate representation of color #258B01: hue angle of 104.35º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #258B01 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 139 1 -
CMYK 0.73 0 0.99 0.45
HSL 104.35º 0.99% 0.27% -
HSV(B) 104.35º 0.99% 0.55% -
XYZ 10 18.86 3.14 -
YUV 92.77 76.21 88.22 -
System Red Green Blue C M Y K H S L
Decimal 37 139 1 0.73 0 0.99 0.45 104.35 0.99 0.27
Hex 25 8B 1 49 0 63 2D 68 63 1B
Octal 45 213 1 111 0 143 55 150 143 33
Binary 100101 10001011 1 1001001 0 1100011 101101 1101000 1100011 11011

Color Harmonies of #258B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B01

Black with #258B01

Text Example


Text Example

White with #258B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258B01; }

 p { color: rgb(37,139,1); }

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

background-color css

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

 a { background-color: rgb(37,139,1); }

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

border-color css

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

 span { border-color: rgb(37,139,1); }

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