Html Css Color HEX #275541 Te Papa Green

📋 copy color: '#275541'

red 39 ◦ green 85 ◦ blue 65

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

Shades of Te Papa Green #275541

Tints of Te Papa Green #275541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 20.63%
G = 44.97%
B = 34.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#275541 (or 0x275541) is known color: Te Papa Green. HEX triplet: 27, 55 and 41. RGB value is (39,85,65). Sum of RGB (Red+Green+Blue) = 39+85+65=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #275541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275541 is #D8AABE. Grayscale: #454545. Windows color (decimal): -14199487 or 4281639. OLE color: 4281639.

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

Color convert

RGB 39 85 65 -
CMYK 0.54 0 0.24 0.67
HSL 153.91º 0.37% 0.24% -
HSV(B) 153.91º 0.54% 0.33% -
XYZ 5.04 7.31 6.15 -
YUV 68.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 39 85 65 0.54 0 0.24 0.67 153.91 0.37 0.24
Hex 27 55 41 36 0 18 43 9A 25 18
Octal 47 125 101 66 0 30 103 232 45 30
Binary 100111 1010101 1000001 110110 0 11000 1000011 10011010 100101 11000

Color Harmonies of #275541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275541

Black with #275541

Text Example


Text Example

White with #275541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275541; }

 p { color: rgb(39,85,65); }

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

background-color css

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

 a { background-color: rgb(39,85,65); }

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

border-color css

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

 span { border-color: rgb(39,85,65); }

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