Html Css Color HEX #267148 Dark Spring Green

📋 copy color: '#267148'

red 38 ◦ green 113 ◦ blue 72

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

Shades of Dark Spring Green #267148

Tints of Dark Spring Green #267148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 17.04%
G = 50.67%
B = 32.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#267148 (or 0x267148) is known color: Dark Spring Green. HEX triplet: 26, 71 and 48. RGB value is (38,113,72). Sum of RGB (Red+Green+Blue) = 38+113+72=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #267148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267148 is #D98EB7. Grayscale: #555555. Windows color (decimal): -14257848 or 4747558. OLE color: 4747558.

HSL color Cylindrical-coordinate representation of color #267148: hue angle of 147.2º 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 #267148 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 113 72 -
CMYK 0.66 0 0.36 0.56
HSL 147.2º 0.5% 0.3% -
HSV(B) 147.2º 0.66% 0.44% -
XYZ 7.87 12.69 8.17 -
YUV 85.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 38 113 72 0.66 0 0.36 0.56 147.2 0.5 0.3
Hex 26 71 48 42 0 24 38 93 32 1E
Octal 46 161 110 102 0 44 70 223 62 36
Binary 100110 1110001 1001000 1000010 0 100100 111000 10010011 110010 11110

Color Harmonies of #267148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267148

Black with #267148

Text Example


Text Example

White with #267148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267148; }

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

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

background-color css

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

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

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

border-color css

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

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

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