#275301

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

Shades of Turtle Green #275301

Tints of Turtle Green #275301

Color information

#275301 (or 0x275301) is unknown color: approx Turtle Green. HEX triplet: 27, 53 and 01. RGB value is (39,83,1). Sum of RGB (Red+Green+Blue) = 39+83+1=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #275301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275301 is #D8ACFE. Grayscale: #3C3C3C. Windows color (decimal): -14200063 or 86823. OLE color: 86823.

HSL color Cylindrical-coordinate representation of color #275301: hue angle of 92.2º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #275301 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB39831-
CMYK0.5300.990.67
HSL92.2º97.62%16.47%-
HSV(B)92.2º98.8%32.55%-
XYZ3.946.621.1-
YUV60.594.42112.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 83 (32.81% from 255) = 67.48%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=31.71%
G=67.48%
B=0.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal398310.5300.990.6792.297.6216.47
Hex2753135063435c6210
Octal47123165014310313414220
Binary100111101001111101010110001110000111011100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275301; }

 p { color: rgb(39,83,1); }

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

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

 a { background-color: rgb(39,83,1); }

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

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

 span { border-color: rgb(39,83,1); }

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