Html Css Color HEX #266F4C Dark Spring Green

📋 copy color: '#266F4C'

red 38 ◦ green 111 ◦ blue 76

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

Shades of Dark Spring Green #266F4C

Tints of Dark Spring Green #266F4C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.33%

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 16.89%
G = 49.33%
B = 33.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#266F4C (or 0x266F4C) is known color: Dark Spring Green. HEX triplet: 26, 6F and 4C. RGB value is (38,111,76). Sum of RGB (Red+Green+Blue) = 38+111+76=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #266F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266F4C is #D990B3. Grayscale: #555555. Windows color (decimal): -14258356 or 5009190. OLE color: 5009190.

HSL color Cylindrical-coordinate representation of color #266F4C: hue angle of 151.23º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F4C is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 111 76 -
CMYK 0.66 0 0.32 0.56
HSL 151.23º 0.49% 0.29% -
HSV(B) 151.23º 0.66% 0.44% -
XYZ 7.79 12.3 8.8 -
YUV 85.18 122.82 94.35 -
System Red Green Blue C M Y K H S L
Decimal 38 111 76 0.66 0 0.32 0.56 151.23 0.49 0.29
Hex 26 6F 4C 42 0 20 38 97 31 1D
Octal 46 157 114 102 0 40 70 227 61 35
Binary 100110 1101111 1001100 1000010 0 100000 111000 10010111 110001 11101

Color Harmonies of #266F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266F4C

Black with #266F4C

Text Example


Text Example

White with #266F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266F4C; }

 p { color: rgb(38,111,76); }

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

background-color css

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

 a { background-color: rgb(38,111,76); }

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

border-color css

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

 span { border-color: rgb(38,111,76); }

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