Html Css Color HEX #268001 Forest Green

📋 copy color: '#268001'

red 38 ◦ green 128 ◦ blue 1

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

Shades of Forest Green #268001

Tints of Forest Green #268001

RGB

 RED value IS 38 (15.23% from 255) = 22.75%

 GREEN value IS 128 (50.39% from 255) = 76.65%

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

R = 22.75%
G = 76.65%
B = 0.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#268001 (or 0x268001) is known color: Forest Green. HEX triplet: 26, 80 and 01. RGB value is (38,128,1). Sum of RGB (Red+Green+Blue) = 38+128+1=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 128 (50.39% from 255 or 76.65% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 128 - color contains mainly: green. Hex color #268001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268001 is #D97FFE. Grayscale: #575757. Windows color (decimal): -14254079 or 98342. OLE color: 98342.

HSL color Cylindrical-coordinate representation of color #268001: hue angle of 102.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #268001 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 128 1 -
CMYK 0.70 0 0.99 0.50
HSL 102.52º 0.98% 0.25% -
HSV(B) 102.52º 0.99% 0.5% -
XYZ 8.52 15.85 2.64 -
YUV 86.61 79.68 93.33 -
System Red Green Blue C M Y K H S L
Decimal 38 128 1 0.70 0 0.99 0.50 102.52 0.98 0.25
Hex 26 80 1 46 0 63 32 67 62 19
Octal 46 200 1 106 0 143 62 147 142 31
Binary 100110 10000000 1 1000110 0 1100011 110010 1100111 1100010 11001

Color Harmonies of #268001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268001

Black with #268001

Text Example


Text Example

White with #268001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268001; }

 p { color: rgb(38,128,1); }

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

background-color css

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

 a { background-color: rgb(38,128,1); }

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

border-color css

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

 span { border-color: rgb(38,128,1); }

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