Html Css Color HEX #275340 Te Papa Green

📋 copy color: '#275340'

red 39 ◦ green 83 ◦ blue 64

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

Shades of Te Papa Green #275340

Tints of Te Papa Green #275340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 20.97%
G = 44.62%
B = 34.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#275340 (or 0x275340) is known color: Te Papa Green. HEX triplet: 27, 53 and 40. RGB value is (39,83,64). Sum of RGB (Red+Green+Blue) = 39+83+64=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #275340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275340 is #D8ACBF. Grayscale: #434343. Windows color (decimal): -14200000 or 4215591. OLE color: 4215591.

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

Color convert

RGB 39 83 64 -
CMYK 0.53 0 0.23 0.67
HSL 154.09º 0.36% 0.24% -
HSV(B) 154.09º 0.53% 0.33% -
XYZ 4.86 6.99 5.94 -
YUV 67.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 39 83 64 0.53 0 0.23 0.67 154.09 0.36 0.24
Hex 27 53 40 35 0 17 43 9A 24 18
Octal 47 123 100 65 0 27 103 232 44 30
Binary 100111 1010011 1000000 110101 0 10111 1000011 10011010 100100 11000

Color Harmonies of #275340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275340

Black with #275340

Text Example


Text Example

White with #275340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275340; }

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

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

background-color css

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

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

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

border-color css

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

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

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