Html Css Color HEX #268501 Forest Green

📋 copy color: '#268501'

red 38 ◦ green 133 ◦ blue 1

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

Shades of Forest Green #268501

Tints of Forest Green #268501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 77.33%

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

R = 22.09%
G = 77.33%
B = 0.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#268501 (or 0x268501) is known color: Forest Green. HEX triplet: 26, 85 and 01. RGB value is (38,133,1). Sum of RGB (Red+Green+Blue) = 38+133+1=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #268501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268501 is #D97AFE. Grayscale: #595959. Windows color (decimal): -14252799 or 99622. OLE color: 99622.

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

Color convert

RGB 38 133 1 -
CMYK 0.71 0 0.99 0.48
HSL 103.18º 0.99% 0.26% -
HSV(B) 103.18º 0.99% 0.52% -
XYZ 9.19 17.19 2.86 -
YUV 89.55 78.03 91.23 -
System Red Green Blue C M Y K H S L
Decimal 38 133 1 0.71 0 0.99 0.48 103.18 0.99 0.26
Hex 26 85 1 47 0 63 30 67 63 1A
Octal 46 205 1 107 0 143 60 147 143 32
Binary 100110 10000101 1 1000111 0 1100011 110000 1100111 1100011 11010

Color Harmonies of #268501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268501

Black with #268501

Text Example


Text Example

White with #268501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268501; }

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

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

background-color css

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

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

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

border-color css

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

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

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