Html Css Color HEX #27483F Te Papa Green

📋 copy color: '#27483F'

red 39 ◦ green 72 ◦ blue 63

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

Shades of Te Papa Green #27483F

Tints of Te Papa Green #27483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.38%

 BLUE value IS 63 (25% from 255) = 36.21%

R = 22.41%
G = 41.38%
B = 36.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#27483F (or 0x27483F) is known color: Te Papa Green. HEX triplet: 27, 48 and 3F. RGB value is (39,72,63). Sum of RGB (Red+Green+Blue) = 39+72+63=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #27483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27483F is #D8B7C0. Grayscale: #3D3D3D. Windows color (decimal): -14202817 or 4147239. OLE color: 4147239.

HSL color Cylindrical-coordinate representation of color #27483F: hue angle of 163.64º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27483F is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 72 63 -
CMYK 0.46 0 0.12 0.72
HSL 163.64º 0.3% 0.22% -
HSV(B) 163.64º 0.46% 0.28% -
XYZ 4.05 5.42 5.54 -
YUV 61.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 39 72 63 0.46 0 0.12 0.72 163.64 0.3 0.22
Hex 27 48 3F 2E 0 C 48 A4 1E 16
Octal 47 110 77 56 0 14 110 244 36 26
Binary 100111 1001000 111111 101110 0 1100 1001000 10100100 11110 10110

Color Harmonies of #27483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27483F

Black with #27483F

Text Example


Text Example

White with #27483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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