#275202

Color #275202 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #275202

Tints of Turtle Green #275202

Color information

#275202 (or 0x275202) is unknown color: approx Turtle Green. HEX triplet: 27, 52 and 02. RGB value is (39,82,2). Sum of RGB (Red+Green+Blue) = 39+82+2=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #275202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275202 is #D8ADFD. Grayscale: #3C3C3C. Windows color (decimal): -14200318 or 152103. OLE color: 152103.

HSL color Cylindrical-coordinate representation of color #275202: hue angle of 92.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #275202 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB39822-
CMYK0.5200.980.68
HSL92.25º95.24%16.47%-
HSV(B)92.25º97.56%32.16%-
XYZ3.866.471.1-
YUV60.0295.25113-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 82 (32.42% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=31.71%
G=66.67%
B=1.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal398220.5200.980.6892.2595.2416.47
Hex2752234062445c5f10
Octal47122264014210413413720
Binary1001111010010101101000110001010001001011100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275202; }

 p { color: rgb(39,82,2); }

 H1.HeaderClassName
 {
   color: #275202;
 }
 .AnyTagClassName
 {
   color: #275202;
 }
</style>
background-color css

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

 a { background-color: rgb(39,82,2); }

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

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

 span { border-color: rgb(39,82,2); }

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