Html Css Color HEX #267248 Dark Spring Green

📋 copy color: '#267248'

red 38 ◦ green 114 ◦ blue 72

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

Shades of Dark Spring Green #267248

Tints of Dark Spring Green #267248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.89%

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

R = 16.96%
G = 50.89%
B = 32.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#267248 (or 0x267248) is known color: Dark Spring Green. HEX triplet: 26, 72 and 48. RGB value is (38,114,72). Sum of RGB (Red+Green+Blue) = 38+114+72=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #267248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267248 is #D98DB7. Grayscale: #565656. Windows color (decimal): -14257592 or 4747814. OLE color: 4747814.

HSL color Cylindrical-coordinate representation of color #267248: hue angle of 146.84º degrees, saturation: 0.5, 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 #267248 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 114 72 -
CMYK 0.67 0 0.37 0.55
HSL 146.84º 0.5% 0.3% -
HSV(B) 146.84º 0.67% 0.45% -
XYZ 7.99 12.91 8.2 -
YUV 86.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 38 114 72 0.67 0 0.37 0.55 146.84 0.5 0.3
Hex 26 72 48 43 0 25 37 93 32 1E
Octal 46 162 110 103 0 45 67 223 62 36
Binary 100110 1110010 1001000 1000011 0 100101 110111 10010011 110010 11110

Color Harmonies of #267248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267248

Black with #267248

Text Example


Text Example

White with #267248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267248; }

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

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

background-color css

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

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

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

border-color css

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

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

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