Html Css Color HEX #269B45 Sea Green

📋 copy color: '#269B45'

red 38 ◦ green 155 ◦ blue 69

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

Shades of Sea Green #269B45

Tints of Sea Green #269B45

RGB

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

 GREEN value IS 155 (60.94% from 255) = 59.16%

 BLUE value IS 69 (27.34% from 255) = 26.34%

R = 14.5%
G = 59.16%
B = 26.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#269B45 (or 0x269B45) is known color: Sea Green. HEX triplet: 26, 9B and 45. RGB value is (38,155,69). Sum of RGB (Red+Green+Blue) = 38+155+69=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 155 (60.94% from 255 or 59.16% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 155 - color contains mainly: green. Hex color #269B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269B45 is #D964BA. Grayscale: #6E6E6E. Windows color (decimal): -14247099 or 4561702. OLE color: 4561702.

HSL color Cylindrical-coordinate representation of color #269B45: hue angle of 135.9º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B45 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 155 69 -
CMYK 0.75 0 0.55 0.39
HSL 135.9º 0.61% 0.38% -
HSV(B) 135.9º 0.75% 0.61% -
XYZ 13.59 24.28 9.6 -
YUV 110.21 104.74 76.49 -
System Red Green Blue C M Y K H S L
Decimal 38 155 69 0.75 0 0.55 0.39 135.9 0.61 0.38
Hex 26 9B 45 4B 0 37 27 88 3D 26
Octal 46 233 105 113 0 67 47 210 75 46
Binary 100110 10011011 1000101 1001011 0 110111 100111 10001000 111101 100110

Color Harmonies of #269B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269B45

Black with #269B45

Text Example


Text Example

White with #269B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269B45; }

 p { color: rgb(38,155,69); }

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

background-color css

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

 a { background-color: rgb(38,155,69); }

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

border-color css

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

 span { border-color: rgb(38,155,69); }

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