Html Css Color HEX #275645 Te Papa Green

📋 copy color: '#275645'

red 39 ◦ green 86 ◦ blue 69

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

Shades of Te Papa Green #275645

Tints of Te Papa Green #275645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.33%

 BLUE value IS 69 (27.34% from 255) = 35.57%

R = 20.1%
G = 44.33%
B = 35.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#275645 (or 0x275645) is known color: Te Papa Green. HEX triplet: 27, 56 and 45. RGB value is (39,86,69). Sum of RGB (Red+Green+Blue) = 39+86+69=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #275645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275645 is #D8A9BA. Grayscale: #464646. Windows color (decimal): -14199227 or 4544039. OLE color: 4544039.

HSL color Cylindrical-coordinate representation of color #275645: hue angle of 158.3º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275645 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 39 86 69 -
CMYK 0.55 0 0.20 0.66
HSL 158.3º 0.38% 0.25% -
HSV(B) 158.3º 0.55% 0.34% -
XYZ 5.24 7.52 6.8 -
YUV 70.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 39 86 69 0.55 0 0.20 0.66 158.3 0.38 0.25
Hex 27 56 45 37 0 14 42 9E 26 19
Octal 47 126 105 67 0 24 102 236 46 31
Binary 100111 1010110 1000101 110111 0 10100 1000010 10011110 100110 11001

Color Harmonies of #275645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275645

Black with #275645

Text Example


Text Example

White with #275645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275645; }

 p { color: rgb(39,86,69); }

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

background-color css

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

 a { background-color: rgb(39,86,69); }

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

border-color css

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

 span { border-color: rgb(39,86,69); }

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