Html Css Color HEX #274200 Turtle Green

📋 copy color: '#274200'

red 39 ◦ green 66 ◦ blue 0

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

Shades of Turtle Green #274200

Tints of Turtle Green #274200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.14%
G = 62.86%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#274200 (or 0x274200) is known color: Turtle Green. HEX triplet: 27, 42 and 00. RGB value is (39,66,0). Sum of RGB (Red+Green+Blue) = 39+66+0=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #274200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274200 is #D8BDFF. Grayscale: #323232. Windows color (decimal): -14204416 or 16935. OLE color: 16935.

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

Color convert

RGB 39 66 0 -
CMYK 0.41 0 1 0.74
HSL 84.55º 1% 0.13% -
HSV(B) 84.55º 1% 0.26% -
XYZ 2.78 4.33 0.69 -
YUV 50.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 39 66 0 0.41 0 1 0.74 84.55 1 0.13
Hex 27 42 0 29 0 64 4A 55 64 D
Octal 47 102 0 51 0 144 112 125 144 15
Binary 100111 1000010 0 101001 0 1100100 1001010 1010101 1100100 1101

Color Harmonies of #274200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274200

Black with #274200

Text Example


Text Example

White with #274200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274200; }

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

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

background-color css

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

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

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

border-color css

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

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

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