Html Css Color HEX #264A3F Te Papa Green

📋 copy color: '#264A3F'

red 38 ◦ green 74 ◦ blue 63

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

Shades of Te Papa Green #264A3F

Tints of Te Papa Green #264A3F

RGB

 RED value IS 38 (15.23% from 255) = 21.71%

 GREEN value IS 74 (29.3% from 255) = 42.29%

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

R = 21.71%
G = 42.29%
B = 36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#264A3F (or 0x264A3F) is known color: Te Papa Green. HEX triplet: 26, 4A and 3F. RGB value is (38,74,63). Sum of RGB (Red+Green+Blue) = 38+74+63=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #264A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264A3F is #D9B5C0. Grayscale: #3D3D3D. Windows color (decimal): -14267841 or 4147750. OLE color: 4147750.

HSL color Cylindrical-coordinate representation of color #264A3F: hue angle of 161.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #264A3F is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 74 63 -
CMYK 0.49 0 0.15 0.71
HSL 161.67º 0.32% 0.22% -
HSV(B) 161.67º 0.49% 0.29% -
XYZ 4.15 5.67 5.58 -
YUV 61.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 38 74 63 0.49 0 0.15 0.71 161.67 0.32 0.22
Hex 26 4A 3F 31 0 F 47 A2 20 16
Octal 46 112 77 61 0 17 107 242 40 26
Binary 100110 1001010 111111 110001 0 1111 1000111 10100010 100000 10110

Color Harmonies of #264A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A3F

Black with #264A3F

Text Example


Text Example

White with #264A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264A3F; }

 p { color: rgb(38,74,63); }

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

background-color css

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

 a { background-color: rgb(38,74,63); }

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

border-color css

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

 span { border-color: rgb(38,74,63); }

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