Html Css Color HEX #269140 Sea Green

📋 copy color: '#269140'

red 38 ◦ green 145 ◦ blue 64

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

Shades of Sea Green #269140

Tints of Sea Green #269140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58.7%

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 15.38%
G = 58.7%
B = 25.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#269140 (or 0x269140) is known color: Sea Green. HEX triplet: 26, 91 and 40. RGB value is (38,145,64). Sum of RGB (Red+Green+Blue) = 38+145+64=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #269140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269140 is #D96EBF. Grayscale: #676767. Windows color (decimal): -14249664 or 4231462. OLE color: 4231462.

HSL color Cylindrical-coordinate representation of color #269140: hue angle of 134.58º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269140 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 145 64 -
CMYK 0.74 0 0.56 0.43
HSL 134.58º 0.58% 0.36% -
HSV(B) 134.58º 0.74% 0.57% -
XYZ 11.85 21.03 8.29 -
YUV 103.77 105.55 81.09 -
System Red Green Blue C M Y K H S L
Decimal 38 145 64 0.74 0 0.56 0.43 134.58 0.58 0.36
Hex 26 91 40 4A 0 38 2B 87 3A 24
Octal 46 221 100 112 0 70 53 207 72 44
Binary 100110 10010001 1000000 1001010 0 111000 101011 10000111 111010 100100

Color Harmonies of #269140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269140

Black with #269140

Text Example


Text Example

White with #269140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269140; }

 p { color: rgb(38,145,64); }

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

background-color css

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

 a { background-color: rgb(38,145,64); }

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

border-color css

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

 span { border-color: rgb(38,145,64); }

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