Html Css Color HEX #274B05 Turtle Green

📋 copy color: '#274B05'

red 39 ◦ green 75 ◦ blue 5

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

Shades of Turtle Green #274B05

Tints of Turtle Green #274B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 63.03%

 BLUE value IS 5 (2.34% from 255) = 4.2%

R = 32.77%
G = 63.03%
B = 4.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#274B05 (or 0x274B05) is known color: Turtle Green. HEX triplet: 27, 4B and 05. RGB value is (39,75,5). Sum of RGB (Red+Green+Blue) = 39+75+5=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #274B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274B05 is #D8B4FA. Grayscale: #383838. Windows color (decimal): -14202107 or 346919. OLE color: 346919.

HSL color Cylindrical-coordinate representation of color #274B05: hue angle of 90.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #274B05 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 75 5 -
CMYK 0.48 0 0.93 0.71
HSL 90.86º 0.88% 0.16% -
HSV(B) 90.86º 0.93% 0.29% -
XYZ 3.38 5.47 1.02 -
YUV 56.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 39 75 5 0.48 0 0.93 0.71 90.86 0.88 0.16
Hex 27 4B 5 30 0 5D 47 5B 58 10
Octal 47 113 5 60 0 135 107 133 130 20
Binary 100111 1001011 101 110000 0 1011101 1000111 1011011 1011000 10000

Color Harmonies of #274B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274B05

Black with #274B05

Text Example


Text Example

White with #274B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274B05; }

 p { color: rgb(39,75,5); }

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

background-color css

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

 a { background-color: rgb(39,75,5); }

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

border-color css

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

 span { border-color: rgb(39,75,5); }

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