Html Css Color HEX #267F02 Forest Green

📋 copy color: '#267F02'

red 38 ◦ green 127 ◦ blue 2

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

Shades of Forest Green #267F02

Tints of Forest Green #267F02

RGB

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

 GREEN value IS 127 (50% from 255) = 76.05%

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 22.75%
G = 76.05%
B = 1.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#267F02 (or 0x267F02) is known color: Forest Green. HEX triplet: 26, 7F and 02. RGB value is (38,127,2). Sum of RGB (Red+Green+Blue) = 38+127+2=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 127 (50% from 255 or 76.05% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 127 - color contains mainly: green. Hex color #267F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267F02 is #D980FD. Grayscale: #565656. Windows color (decimal): -14254334 or 163622. OLE color: 163622.

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

Color convert

RGB 38 127 2 -
CMYK 0.70 0 0.98 0.50
HSL 102.72º 0.97% 0.25% -
HSV(B) 102.72º 0.98% 0.5% -
XYZ 8.4 15.6 2.62 -
YUV 86.14 80.51 93.66 -
System Red Green Blue C M Y K H S L
Decimal 38 127 2 0.70 0 0.98 0.50 102.72 0.97 0.25
Hex 26 7F 2 46 0 62 32 67 61 19
Octal 46 177 2 106 0 142 62 147 141 31
Binary 100110 1111111 10 1000110 0 1100010 110010 1100111 1100001 11001

Color Harmonies of #267F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267F02

Black with #267F02

Text Example


Text Example

White with #267F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267F02; }

 p { color: rgb(38,127,2); }

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

background-color css

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

 a { background-color: rgb(38,127,2); }

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

border-color css

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

 span { border-color: rgb(38,127,2); }

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