Html Css Color HEX #258601 Forest Green

📋 copy color: '#258601'

red 37 ◦ green 134 ◦ blue 1

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

Shades of Forest Green #258601

Tints of Forest Green #258601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 77.91%

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

R = 21.51%
G = 77.91%
B = 0.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#258601 (or 0x258601) is known color: Forest Green. HEX triplet: 25, 86 and 01. RGB value is (37,134,1). Sum of RGB (Red+Green+Blue) = 37+134+1=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 134 (52.73% from 255 or 77.91% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 134 - color contains mainly: green. Hex color #258601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258601 is #DA79FE. Grayscale: #5A5A5A. Windows color (decimal): -14318079 or 99877. OLE color: 99877.

HSL color Cylindrical-coordinate representation of color #258601: hue angle of 103.76º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #258601 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 134 1 -
CMYK 0.72 0 0.99 0.47
HSL 103.76º 0.99% 0.26% -
HSV(B) 103.76º 0.99% 0.53% -
XYZ 9.29 17.45 2.91 -
YUV 89.84 77.86 90.31 -
System Red Green Blue C M Y K H S L
Decimal 37 134 1 0.72 0 0.99 0.47 103.76 0.99 0.26
Hex 25 86 1 48 0 63 2F 68 63 1A
Octal 45 206 1 110 0 143 57 150 143 32
Binary 100101 10000110 1 1001000 0 1100011 101111 1101000 1100011 11010

Color Harmonies of #258601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258601

Black with #258601

Text Example


Text Example

White with #258601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258601; }

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

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

background-color css

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

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

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

border-color css

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

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

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