Html Css Color HEX #269B00 Forest Green

📋 copy color: '#269B00'

red 38 ◦ green 155 ◦ blue 0

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

Shades of Forest Green #269B00

Tints of Forest Green #269B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 80.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.69%
G = 80.31%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#269B00 (or 0x269B00) is known color: Forest Green. HEX triplet: 26, 9B and 00. RGB value is (38,155,0). Sum of RGB (Red+Green+Blue) = 38+155+0=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 155 (60.94% from 255 or 80.31% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 155 - color contains mainly: green. Hex color #269B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269B00 is #D964FF. Grayscale: #666666. Windows color (decimal): -14247168 or 39718. OLE color: 39718.

HSL color Cylindrical-coordinate representation of color #269B00: hue angle of 105.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #269B00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 155 0 -
CMYK 0.75 0 1 0.39
HSL 105.29º 1% 0.3% -
HSV(B) 105.29º 1% 0.61% -
XYZ 12.52 23.85 3.94 -
YUV 102.35 70.24 82.1 -
System Red Green Blue C M Y K H S L
Decimal 38 155 0 0.75 0 1 0.39 105.29 1 0.3
Hex 26 9B 0 4B 0 64 27 69 64 1E
Octal 46 233 0 113 0 144 47 151 144 36
Binary 100110 10011011 0 1001011 0 1100100 100111 1101001 1100100 11110

Color Harmonies of #269B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269B00

Black with #269B00

Text Example


Text Example

White with #269B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269B00; }

 p { color: rgb(38,155,0); }

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

background-color css

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

 a { background-color: rgb(38,155,0); }

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

border-color css

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

 span { border-color: rgb(38,155,0); }

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