Html Css Color HEX #266F4E Dark Spring Green

📋 copy color: '#266F4E'

red 38 ◦ green 111 ◦ blue 78

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

Shades of Dark Spring Green #266F4E

Tints of Dark Spring Green #266F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.36%

R = 16.74%
G = 48.9%
B = 34.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#266F4E (or 0x266F4E) is known color: Dark Spring Green. HEX triplet: 26, 6F and 4E. RGB value is (38,111,78). Sum of RGB (Red+Green+Blue) = 38+111+78=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #266F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F4E is #D990B1. Grayscale: #555555. Windows color (decimal): -14258354 or 5140262. OLE color: 5140262.

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

Color convert

RGB 38 111 78 -
CMYK 0.66 0 0.30 0.56
HSL 152.88º 0.49% 0.29% -
HSV(B) 152.88º 0.66% 0.44% -
XYZ 7.86 12.33 9.17 -
YUV 85.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 38 111 78 0.66 0 0.30 0.56 152.88 0.49 0.29
Hex 26 6F 4E 42 0 1E 38 99 31 1D
Octal 46 157 116 102 0 36 70 231 61 35
Binary 100110 1101111 1001110 1000010 0 11110 111000 10011001 110001 11101

Color Harmonies of #266F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266F4E

Black with #266F4E

Text Example


Text Example

White with #266F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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