Html Css Color HEX #273F00 Turtle Green

📋 copy color: '#273F00'

red 39 ◦ green 63 ◦ blue 0

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

Shades of Turtle Green #273F00

Tints of Turtle Green #273F00

RGB

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

 GREEN value IS 63 (25% from 255) = 61.76%

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

R = 38.24%
G = 61.76%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#273F00 (or 0x273F00) is known color: Turtle Green. HEX triplet: 27, 3F and 00. RGB value is (39,63,0). Sum of RGB (Red+Green+Blue) = 39+63+0=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 63 (25% from 255 or 61.76% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 63 - color contains mainly: green. Hex color #273F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273F00 is #D8C0FF. Grayscale: #303030. Windows color (decimal): -14205184 or 16167. OLE color: 16167.

HSL color Cylindrical-coordinate representation of color #273F00: hue angle of 82.86º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #273F00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 63 0 -
CMYK 0.38 0 1 0.75
HSL 82.86º 1% 0.12% -
HSV(B) 82.86º 1% 0.25% -
XYZ 2.61 3.99 0.63 -
YUV 48.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 39 63 0 0.38 0 1 0.75 82.86 1 0.12
Hex 27 3F 0 26 0 64 4B 53 64 C
Octal 47 77 0 46 0 144 113 123 144 14
Binary 100111 111111 0 100110 0 1100100 1001011 1010011 1100100 1100

Color Harmonies of #273F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273F00

Black with #273F00

Text Example


Text Example

White with #273F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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