#274101

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

Shades of Turtle Green #274101

Tints of Turtle Green #274101

Color information

#274101 (or 0x274101) is unknown color: approx Turtle Green. HEX triplet: 27, 41 and 01. RGB value is (39,65,1). Sum of RGB (Red+Green+Blue) = 39+65+1=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #274101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274101 is #D8BEFE. Grayscale: #323232. Windows color (decimal): -14204671 or 82215. OLE color: 82215.

HSL color Cylindrical-coordinate representation of color #274101: hue angle of 84.38º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #274101 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB39651-
CMYK0.4000.980.75
HSL84.38º96.97%12.94%-
HSV(B)84.38º98.46%25.49%-
XYZ2.734.210.7-
YUV49.93100.39120.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 65 (25.78% from 255) = 61.90%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=37.14%
G=61.90%
B=0.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal396510.4000.980.7584.3896.9712.94
Hex27411280624B5461d
Octal47101150014211312414115
Binary10011110000011101000011000101001011101010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274101; }

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

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

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

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

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

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

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

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