Html Css Color HEX #267448 Dark Spring Green

📋 copy color: '#267448'

red 38 ◦ green 116 ◦ blue 72

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

Shades of Dark Spring Green #267448

Tints of Dark Spring Green #267448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.33%

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

R = 16.81%
G = 51.33%
B = 31.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#267448 (or 0x267448) is known color: Dark Spring Green. HEX triplet: 26, 74 and 48. RGB value is (38,116,72). Sum of RGB (Red+Green+Blue) = 38+116+72=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #267448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267448 is #D98BB7. Grayscale: #575757. Windows color (decimal): -14257080 or 4748326. OLE color: 4748326.

HSL color Cylindrical-coordinate representation of color #267448: hue angle of 146.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267448 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 116 72 -
CMYK 0.67 0 0.38 0.55
HSL 146.15º 0.51% 0.3% -
HSV(B) 146.15º 0.67% 0.45% -
XYZ 8.21 13.37 8.28 -
YUV 87.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 38 116 72 0.67 0 0.38 0.55 146.15 0.51 0.3
Hex 26 74 48 43 0 26 37 92 33 1E
Octal 46 164 110 103 0 46 67 222 63 36
Binary 100110 1110100 1001000 1000011 0 100110 110111 10010010 110011 11110

Color Harmonies of #267448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267448

Black with #267448

Text Example


Text Example

White with #267448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267448; }

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

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

background-color css

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

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

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

border-color css

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

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

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