Html Css Color HEX #267962 Deep Sea

📋 copy color: '#267962'

red 38 ◦ green 121 ◦ blue 98

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

Shades of Deep Sea #267962

Tints of Deep Sea #267962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.08%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 14.79%
G = 47.08%
B = 38.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#267962 (or 0x267962) is known color: Deep Sea. HEX triplet: 26, 79 and 62. RGB value is (38,121,98). Sum of RGB (Red+Green+Blue) = 38+121+98=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #267962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267962 is #D9869D. Grayscale: #5D5D5D. Windows color (decimal): -14255774 or 6453542. OLE color: 6453542.

HSL color Cylindrical-coordinate representation of color #267962: hue angle of 163.37º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267962 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 121 98 -
CMYK 0.69 0 0.19 0.53
HSL 163.37º 0.52% 0.31% -
HSV(B) 163.37º 0.69% 0.47% -
XYZ 9.84 14.97 13.93 -
YUV 93.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 38 121 98 0.69 0 0.19 0.53 163.37 0.52 0.31
Hex 26 79 62 45 0 13 35 A3 34 1F
Octal 46 171 142 105 0 23 65 243 64 37
Binary 100110 1111001 1100010 1000101 0 10011 110101 10100011 110100 11111

Color Harmonies of #267962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267962

Black with #267962

Text Example


Text Example

White with #267962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267962; }

 p { color: rgb(38,121,98); }

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

background-color css

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

 a { background-color: rgb(38,121,98); }

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

border-color css

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

 span { border-color: rgb(38,121,98); }

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