Html Css Color HEX #226B4B Dark Spring Green

📋 copy color: '#226B4B'

red 34 ◦ green 107 ◦ blue 75

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

Shades of Dark Spring Green #226B4B

Tints of Dark Spring Green #226B4B

RGB

 RED value IS 34 (13.67% from 255) = 15.74%

 GREEN value IS 107 (42.19% from 255) = 49.54%

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 15.74%
G = 49.54%
B = 34.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#226B4B (or 0x226B4B) is known color: Dark Spring Green. HEX triplet: 22, 6B and 4B. RGB value is (34,107,75). Sum of RGB (Red+Green+Blue) = 34+107+75=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #226B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226B4B is #DD94B4. Grayscale: #515151. Windows color (decimal): -14521525 or 4942626. OLE color: 4942626.

HSL color Cylindrical-coordinate representation of color #226B4B: hue angle of 153.7º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #226B4B is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 34 107 75 -
CMYK 0.68 0 0.30 0.58
HSL 153.7º 0.52% 0.28% -
HSV(B) 153.7º 0.68% 0.42% -
XYZ 7.19 11.36 8.47 -
YUV 81.53 124.32 94.1 -
System Red Green Blue C M Y K H S L
Decimal 34 107 75 0.68 0 0.30 0.58 153.7 0.52 0.28
Hex 22 6B 4B 44 0 1E 3A 9A 34 1C
Octal 42 153 113 104 0 36 72 232 64 34
Binary 100010 1101011 1001011 1000100 0 11110 111010 10011010 110100 11100

Color Harmonies of #226B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226B4B

Black with #226B4B

Text Example


Text Example

White with #226B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226B4B; }

 p { color: rgb(34,107,75); }

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

background-color css

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

 a { background-color: rgb(34,107,75); }

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

border-color css

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

 span { border-color: rgb(34,107,75); }

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