Html Css Color HEX #274700 Turtle Green

📋 copy color: '#274700'

red 39 ◦ green 71 ◦ blue 0

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

Shades of Turtle Green #274700

Tints of Turtle Green #274700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 64.55%

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

R = 35.45%
G = 64.55%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#274700 (or 0x274700) is known color: Turtle Green. HEX triplet: 27, 47 and 00. RGB value is (39,71,0). Sum of RGB (Red+Green+Blue) = 39+71+0=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #274700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274700 is #D8B8FF. Grayscale: #353535. Windows color (decimal): -14203136 or 18215. OLE color: 18215.

HSL color Cylindrical-coordinate representation of color #274700: hue angle of 87.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #274700 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 71 0 -
CMYK 0.45 0 1 0.72
HSL 87.04º 1% 0.14% -
HSV(B) 87.04º 1% 0.28% -
XYZ 3.09 4.94 0.79 -
YUV 53.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 39 71 0 0.45 0 1 0.72 87.04 1 0.14
Hex 27 47 0 2D 0 64 48 57 64 E
Octal 47 107 0 55 0 144 110 127 144 16
Binary 100111 1000111 0 101101 0 1100100 1001000 1010111 1100100 1110

Color Harmonies of #274700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274700

Black with #274700

Text Example


Text Example

White with #274700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274700; }

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

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

background-color css

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

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

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

border-color css

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

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

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