Html Css Color HEX #274201 Turtle Green

📋 copy color: '#274201'

red 39 ◦ green 66 ◦ blue 1

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

Shades of Turtle Green #274201

Tints of Turtle Green #274201

RGB

 RED value IS 39 (15.63% from 255) = 36.79%

 GREEN value IS 66 (26.17% from 255) = 62.26%

 BLUE value IS 1 (0.78% from 255) = 0.94%

R = 36.79%
G = 62.26%
B = 0.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#274201 (or 0x274201) is known color: Turtle Green. HEX triplet: 27, 42 and 01. RGB value is (39,66,1). Sum of RGB (Red+Green+Blue) = 39+66+1=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #274201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274201 is #D8BDFE. Grayscale: #323232. Windows color (decimal): -14204415 or 82471. OLE color: 82471.

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

Color convert

RGB 39 66 1 -
CMYK 0.41 0 0.98 0.74
HSL 84.92º 0.97% 0.13% -
HSV(B) 84.92º 0.98% 0.26% -
XYZ 2.79 4.33 0.72 -
YUV 50.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 39 66 1 0.41 0 0.98 0.74 84.92 0.97 0.13
Hex 27 42 1 29 0 62 4A 55 61 D
Octal 47 102 1 51 0 142 112 125 141 15
Binary 100111 1000010 1 101001 0 1100010 1001010 1010101 1100001 1101

Color Harmonies of #274201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274201

Black with #274201

Text Example


Text Example

White with #274201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274201; }

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

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

background-color css

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

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

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

border-color css

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

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

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