Html Css Color HEX #268B01 Forest Green

📋 copy color: '#268B01'

red 38 ◦ green 139 ◦ blue 1

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

Shades of Forest Green #268B01

Tints of Forest Green #268B01

RGB

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

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

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

R = 21.35%
G = 78.09%
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

#268B01 (or 0x268B01) is known color: Forest Green. HEX triplet: 26, 8B and 01. RGB value is (38,139,1). Sum of RGB (Red+Green+Blue) = 38+139+1=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 139 (54.69% from 255 or 78.09% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 139 - color contains mainly: green. Hex color #268B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268B01 is #D974FE. Grayscale: #5D5D5D. Windows color (decimal): -14251263 or 101158. OLE color: 101158.

HSL color Cylindrical-coordinate representation of color #268B01: hue angle of 103.91º 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 #268B01 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 139 1 -
CMYK 0.73 0 0.99 0.45
HSL 103.91º 0.99% 0.27% -
HSV(B) 103.91º 0.99% 0.55% -
XYZ 10.04 18.88 3.14 -
YUV 93.07 76.04 88.72 -
System Red Green Blue C M Y K H S L
Decimal 38 139 1 0.73 0 0.99 0.45 103.91 0.99 0.27
Hex 26 8B 1 49 0 63 2D 68 63 1B
Octal 46 213 1 111 0 143 55 150 143 33
Binary 100110 10001011 1 1001001 0 1100011 101101 1101000 1100011 11011

Color Harmonies of #268B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268B01

Black with #268B01

Text Example


Text Example

White with #268B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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