Html Css Color HEX #26952F Forest Green

📋 copy color: '#26952F'

red 38 ◦ green 149 ◦ blue 47

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

Shades of Forest Green #26952F

Tints of Forest Green #26952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.68%

 BLUE value IS 47 (18.75% from 255) = 20.09%

R = 16.24%
G = 63.68%
B = 20.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#26952F (or 0x26952F) is known color: Forest Green. HEX triplet: 26, 95 and 2F. RGB value is (38,149,47). Sum of RGB (Red+Green+Blue) = 38+149+47=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #26952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26952F is #D96AD0. Grayscale: #686868. Windows color (decimal): -14248657 or 3118374. OLE color: 3118374.

HSL color Cylindrical-coordinate representation of color #26952F: hue angle of 124.86º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26952F is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 149 47 -
CMYK 0.74 0 0.68 0.42
HSL 124.86º 0.59% 0.37% -
HSV(B) 124.86º 0.74% 0.58% -
XYZ 12.06 22.11 6.32 -
YUV 104.18 95.73 80.79 -
System Red Green Blue C M Y K H S L
Decimal 38 149 47 0.74 0 0.68 0.42 124.86 0.59 0.37
Hex 26 95 2F 4A 0 44 2A 7D 3B 25
Octal 46 225 57 112 0 104 52 175 73 45
Binary 100110 10010101 101111 1001010 0 1000100 101010 1111101 111011 100101

Color Harmonies of #26952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26952F

Black with #26952F

Text Example


Text Example

White with #26952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26952F; }

 p { color: rgb(38,149,47); }

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

background-color css

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

 a { background-color: rgb(38,149,47); }

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

border-color css

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

 span { border-color: rgb(38,149,47); }

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