Html Css Color HEX #275000 Turtle Green

📋 copy color: '#275000'

red 39 ◦ green 80 ◦ blue 0

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

Shades of Turtle Green #275000

Tints of Turtle Green #275000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 67.23%

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

R = 32.77%
G = 67.23%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#275000 (or 0x275000) is known color: Turtle Green. HEX triplet: 27, 50 and 00. RGB value is (39,80,0). Sum of RGB (Red+Green+Blue) = 39+80+0=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #275000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275000 is #D8AFFF. Grayscale: #3A3A3A. Windows color (decimal): -14200832 or 20519. OLE color: 20519.

HSL color Cylindrical-coordinate representation of color #275000: hue angle of 90.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #275000 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 80 0 -
CMYK 0.51 0 1 0.69
HSL 90.75º 1% 0.16% -
HSV(B) 90.75º 1% 0.31% -
XYZ 3.71 6.17 1 -
YUV 58.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 39 80 0 0.51 0 1 0.69 90.75 1 0.16
Hex 27 50 0 33 0 64 45 5B 64 10
Octal 47 120 0 63 0 144 105 133 144 20
Binary 100111 1010000 0 110011 0 1100100 1000101 1011011 1100100 10000

Color Harmonies of #275000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275000

Black with #275000

Text Example


Text Example

White with #275000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275000; }

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

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

background-color css

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

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

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

border-color css

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

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

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