Html Css Color HEX #267149 Dark Spring Green

📋 copy color: '#267149'

red 38 ◦ green 113 ◦ blue 73

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

Shades of Dark Spring Green #267149

Tints of Dark Spring Green #267149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.45%

 BLUE value IS 73 (28.91% from 255) = 32.59%

R = 16.96%
G = 50.45%
B = 32.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#267149 (or 0x267149) is known color: Dark Spring Green. HEX triplet: 26, 71 and 49. RGB value is (38,113,73). Sum of RGB (Red+Green+Blue) = 38+113+73=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #267149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267149 is #D98EB6. Grayscale: #565656. Windows color (decimal): -14257847 or 4813094. OLE color: 4813094.

HSL color Cylindrical-coordinate representation of color #267149: hue angle of 148º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #267149 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 113 73 -
CMYK 0.66 0 0.35 0.56
HSL 148º 0.5% 0.3% -
HSV(B) 148º 0.66% 0.44% -
XYZ 7.91 12.7 8.34 -
YUV 86.02 120.65 93.75 -
System Red Green Blue C M Y K H S L
Decimal 38 113 73 0.66 0 0.35 0.56 148 0.5 0.3
Hex 26 71 49 42 0 23 38 94 32 1E
Octal 46 161 111 102 0 43 70 224 62 36
Binary 100110 1110001 1001001 1000010 0 100011 111000 10010100 110010 11110

Color Harmonies of #267149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267149

Black with #267149

Text Example


Text Example

White with #267149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267149; }

 p { color: rgb(38,113,73); }

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

background-color css

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

 a { background-color: rgb(38,113,73); }

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

border-color css

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

 span { border-color: rgb(38,113,73); }

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