Html Css Color HEX #275300 Turtle Green

📋 copy color: '#275300'

red 39 ◦ green 83 ◦ blue 0

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

Shades of Turtle Green #275300

Tints of Turtle Green #275300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 68.03%

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

R = 31.97%
G = 68.03%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#275300 (or 0x275300) is known color: Turtle Green. HEX triplet: 27, 53 and 00. RGB value is (39,83,0). Sum of RGB (Red+Green+Blue) = 39+83+0=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #275300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275300 is #D8ACFF. Grayscale: #3C3C3C. Windows color (decimal): -14200064 or 21287. OLE color: 21287.

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

Color convert

RGB 39 83 0 -
CMYK 0.53 0 1 0.67
HSL 91.81º 1% 0.16% -
HSV(B) 91.81º 1% 0.33% -
XYZ 3.93 6.62 1.07 -
YUV 60.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 39 83 0 0.53 0 1 0.67 91.81 1 0.16
Hex 27 53 0 35 0 64 43 5C 64 10
Octal 47 123 0 65 0 144 103 134 144 20
Binary 100111 1010011 0 110101 0 1100100 1000011 1011100 1100100 10000

Color Harmonies of #275300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275300

Black with #275300

Text Example


Text Example

White with #275300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275300; }

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

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

background-color css

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

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

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

border-color css

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

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

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